home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gawk / cawf2st.zoo / bsfilt.man < prev    next >
Text File  |  1991-06-04  |  2KB  |  66 lines

  1.  
  2.  
  3. BSFILT(1)                  Unix Programmer's Manual                  BSFILT(1)
  4.  
  5.  
  6. NAME
  7.      bsfilt - a colcrt-like backspace filter
  8.  
  9. SYNOPSIS
  10.      bsfilt [ - ] [ -U ] [ file ... ]
  11.  
  12. DESCRIPTION
  13.      Bsfilt filters backspace sequences from the input file(s) (standard input
  14.      if  none)  in  an approximation of colcrt(1).  Both the backspace and the
  15.      character it returns to  are  removed,  unless  they  form  an  underline
  16.      sequence.   Underline  sequences are treated according to the settings of
  17.      the - and -U options.
  18.  
  19. OPTIONS
  20.  
  21.      -    specifies that no underlining of  any  kind  is  to  be  propagated.
  22.           Without   this   option   or  the  -U  option,  bsfilt  approximates
  23.           underlining with minus signs (`-') in following lines.
  24.  
  25.      -U   specifies that  underlining  with  underscore  (`_')  and  backspace
  26.           (`\b') character sequences is permitted.
  27.  
  28. SEE ALSO
  29.      cawf(1), colcrt(1) and nroff(1).
  30.  
  31. DIAGNOSTICS
  32.      Diagnostic messages are delivered to the standard error file.
  33.  
  34. HISTORY
  35.      Vic Abell of Purdue University wrote bsfilt to have  a  backspace  filter
  36.      for cawf(1) that is independent of licensed source code.
  37.  
  38. BUGS
  39.      The maximum length of a line that can be underlined with minus  signs  is
  40.      fixed.
  41.  
  42.      Bsfilt does not examine the characters that  are  being  overprinted  via
  43.      backspace  operations.  Thus, overprinting that is intended to form a new
  44.      character from several different ones is ineffective and  only  the  last
  45.      character  of  the  sequence is propagated - e. g., ``o^H+'', intended to
  46.      look like a bullet, is reduced to `+'.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Purdue University                       February, 1991                       1
  65.  
  66.